*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: 'Poppins';
    list-style: none;
    box-sizing: border-box;
  }
  body{
    font-family: montserrat;
  }
  nav{
    background: #FFFFFF;
    box-shadow: 5px 5px 5px 5px rgb(228, 223, 223);
    position: unset;
    height: 80px;
    width: 100%;
  }
  label.logo{
    color: black;
    font-size: 35px;
    line-height: 80px;
    padding: 0 100px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    font-weight: bold;
  }
  nav ul{
    float:right;
    margin-right: 150px;
  }
  nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
  }
  nav ul li a{
    color: black;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
  }
  a.active,a:hover{
    background:transparent;
    transition: .5s;
    border: 1px solid rgba(255, 0, 0, 0.78);
    border-radius:10px;
  }
  .checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
  }
  #check{
    display: none;
  }
  @media (max-width: 952px){
    label.logo{
      font-size: 30px;
      padding: 5px;
    }
    nav ul li a{
      font-size: 16px;
    }
      nav ul li a{
        color: white;
      }
      nav{
        position:fixed;
        z-index: 1;
      }
    }
  
  .fas{
    color:#000000;
  }
 
  section{
    background: url(bg1.jpg) no-repeat;
    background-size: cover;
   
  }

.page1{
    display: flex;
    justify-content: space-between;
    margin: 3% 5%;
}
  .page1text h6{
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #F7CA2D;

  }
  .page1text h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 96px;
    letter-spacing: 0.05em;

    color: rgba(0, 0, 0, 0.9);
  }
  .page1text h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 96px;
    letter-spacing: 0.05em;

    color: rgba(0, 0, 0, 0.9);
  }
  .page1text h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    /* identical to box height */

    letter-spacing: 0.1em;

    color: rgba(255, 0, 0, 0.78);
  }
  .page1text p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    /* or 130% */

    text-align: justify;
    letter-spacing: 0.05em;
    text-transform: lowercase;

    color: #000000;

  }
 .hireme{
    
    background: #FFCE47;
    border:1px solid #F7CA2D;
    border-radius: 10px;
    height: 45px;
    width: 100px;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    /* identical to box height */

    letter-spacing: 0.05em;

    color: #000000;
    margin: 5% 2%;
    box-shadow: 5px 5px 5px 5px rgb(228, 223, 223);
  }
  .page1profilepic img{
    width: 600px;
    height: 600px;
  }
  .socialmedia{
   margin: 3% 5%;
   display: block;
  

  }
 .aboutme{
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.05em;


  color: rgba(255, 0, 0, 0.78);
  
  


 }
 .page21 {
  position: relative;
   /* Maximum width */
  margin: 0 auto; /* Center it */
}
.page22{
  position: absolute; /* Position the background text */
  bottom: 250px; /* At the bottom. Use top:0 to append it to the top */
  margin-left: 55px;
  color: #f1f1f1; /* Grey text */
  width: 90%; /* Full width */
  

}
 .line{
 margin-left: 38%;
 }
 /* .page2text{
  margin-left: 200px;
  
 } */

 .page2 p{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.05em;
  margin: 5% 0;

  color: rgba(0, 0, 0, 0.9);
 }
 .page2{
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  width: 100%;
  

 

 }
 .page21{
  margin: 3% 3%;
 }
 .page2img img
 {
  width: 600px;
  height: 500px;
 }
 .border{
  width: 98.5%;
  height:1200px;
  
  width: 100%;
 }
 .downloadresume{
  border: 1px solid #F7CA2D;
  height:50px;
  width:150px ;
  border-radius: 10px;

  background: transparent;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  /* identical to box height */


  color: #535353;
 }
 .downloadresume:hover{
  background: #F7CA2D;
 }
.page3 h5{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  /* identical to box height, or 48px */

  text-align: center;
 

  color: rgba(255, 0, 0, 0.78);

}
.row1{
    margin-top: 5%;
    display: flex;
   
    justify-content: space-between;
}
.educol1{
  
  background: #FFCE47;
    margin-bottom: 5%;
    width: 100%;
    margin-left: 2%;
   
    
    box-shadow: 0px 4.87665px 3.90132px rgba(0, 0, 0, 0.25);
    transition: 0.5s;
    height:auto;
    padding: 10px 12px;
    box-sizing: border-box;
    border-radius: 48.7665px;


    
}
.educol1 a{
 
    background:transparent;
    color:rgb(88, 1, 1);
    font-size: 15px;
    padding: 5px 5px;
   text-decoration:none;
    font-weight: 800;
}
.educol1 a:hover{
    font-size: 20px;
    text-decoration:none;
}
.page3{
    margin: 3% 5%;
}
.educol1 img{
    width: 100%;
   
}
.row1 img{
  width: 15%;
  margin-left: 40%;
}
.row1 h3{
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 29.2599px;
  line-height: 120%;
  color: #FFFFFF;

}
.row1 p{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 19.5066px;
  line-height: 180%;
  /* or 35px */

  text-align: center;

  color: rgba(255, 255, 255, 0.5);

}

.educol2 h2{
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  font-size: 43.4439px;
  text-align: center;
  line-height: 68px;

  color: #5459FF;
}
.educol2 h4{

  font-family: 'Euclid Circular B';
  font-style: normal;
  font-weight: 500;
  font-size: 21.222px;
  line-height: 19px;
  margin: 2% 2%;

  color: #645A5A;
}
.educol2 p{
  font-family: 'Euclid Circular B';
  font-style: normal;
  font-weight: 500;
  font-size: 20.4554px;
  width: 70%;
  line-height: 21px;
  margin: 2% 2%;

  color: #645A5A;

}
.educol2 div{
  font-family: 'Euclid Circular B';
  font-style: normal;
  margin: 3% 0;
  font-weight: 500;
  font-size: 13.58747px;
  text-align: center;
  line-height: 18px;
  /* identical to box height */



  color: #FF0C0C;

}
.educol2 div a{
  color: #FF0C0C;
}
.page4 h5{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  /* identical to box height, or 48px */

  text-align: center;
  

  color: rgba(255, 0, 0, 0.78);

}
.tools{
  margin: 6% 5%;
  border: 2px dashed  #FFCE47;
  padding: 20px 10px;
  border-radius: 20px;



}
.tools1,.tools2{
  display: flex;
 
  justify-content: space-around;
  margin: 3% 5%;
}
.ps1{
  border: 1px solid  #FF0000C7;
  border-radius: 15px;
  padding: 2% 10%;

  display: flex;
  justify-content: center;

}
.ps1 img{
  margin: 3% 5%;
}
.ps11{
  border: 1px solid  #FF0000C7;
  border-radius: 15px;
  padding: 2% 11%;

  display: flex;
  justify-content: center;

}
.ps11 img{
  margin: 3% 5%;
}
.ps2{
  border: 1px solid  #FF0000C7;
  border-radius: 15px;
  padding: 3% 11%;

  display: flex;
  justify-content: center;

}
.ps2 img{
  margin: 3% 5%;
}




.page5 h5{
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  /* identical to box height, or 130% */

  text-align: center;

  color: rgba(255, 0, 0, 0.78);

}
.educol2{
  background: radial-gradient(51.33% 49.78% at 49.47% 44.58%, #FDFDFD 0%, #FCE8E6 100%);
  box-shadow: 10px 10px inset #FFCE47;
  
  border-radius: 42px;

  margin-bottom: 5%;
  width: 100%;
  margin-left: 2%;
  
  transition: 0.5s;
  height: 270px;
  padding: 10px 12px;
  box-sizing: border-box;
  border-radius: 48.7665px;
}
.row2{
 
  display: flex;
  margin: 3% 5%;
 
  justify-content: space-between;
}

.page6 h5{
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  /* identical to box height, or 130% */

  text-align: center;

  color: rgba(255, 0, 0, 0.78);


}


main#carousel {
  grid-row: 1 / 2;
  grid-column: 1 / 8;
  width:90vw;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 600px;
  --items: 5;
  --middle: 3;
  --position: 1;
  pointer-events: none;
}

div.item {
  position: absolute;
  width: 290px;
  border-radius: 20px;
  height: 300px;
  background-color: coral;
  --r: calc(var(--position) - var(--offset));
  --abs: max(calc(var(--r) * -1), var(--r));
  transition: all 0.25s linear;
  transform: rotateY(calc(-10deg * var(--r)))
    translateX(calc(-300px * var(--r)));
  z-index: calc((var(--position) - var(--abs)));
}

div.item:nth-of-type(1) {
  --offset: 1;
  background-color: #90f1ef;
}
div.item:nth-of-type(2) {
  --offset: 2;
  background: #BFF9DD66;

  }
div.item:nth-of-type(3) {
  --offset: 3;
  background-color: #ff9770;
}
div.item:nth-of-type(4) {
  --offset: 4;
  background-color: #ffd670;
}
div.item:nth-of-type(5) {
  --offset: 5;
  background-color: #e9ff70;
}

input:nth-of-type(1) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
input:nth-of-type(1):checked ~ main#carousel {
  --position: 1;
}

input:nth-of-type(2) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
input:nth-of-type(2):checked ~ main#carousel {
  --position: 2;
}

input:nth-of-type(3) {
  grid-column: 4 /5;
  grid-row: 2 / 3;
}
input:nth-of-type(3):checked ~ main#carousel {
  --position: 3;
}

input:nth-of-type(4) {
  grid-column: 5 / 6;
  grid-row: 2 / 3;
}
input:nth-of-type(4):checked ~ main#carousel {
  --position: 4;
}

input:nth-of-type(5) {
  grid-column: 6 / 7;
  grid-row: 2 / 3;
}
input:nth-of-type(5):checked ~ main#carousel {
  --position: 5;
}
.corosel {
  height: 600px;
  margin: 0;
  display: grid;
  grid-template-rows: 500px 100px;
  grid-template-columns: 1fr 30px 30px 30px 30px 30px 1fr;
  align-items: center;
  justify-items: center;
}
.item h3{
  align-items: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */

  text-align: center;

  color:black;
  height: 90px;
  text-align: center;


}
 .cour{
  background: rgba(1, 1, 1, 0.3);
  border-radius: 0px 0px 30px 30px;
  z-index: 1;
}
.item img{
  width: 90%;
  margin: 3% 5%;
}

.page7 h5{
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  /* identical to box height, or 130% */

  text-align: center;

  color: rgba(255, 0, 0, 0.78);


}

.formlogo{
  display: flex;
  justify-content: space-around;
 margin-top: 40px;

}

.form{
  margin: 3% 5%;
  display: flex;
  width: 85%;
  justify-content: space-between;
}
.formtxt h3{
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 38px;
  margin: 15% 0 3% 5%;


  color: #282828;
}
.formtxt p{
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  width: 100%;
  line-height: 20px;
  margin: 1% 0 5% 5%;
  color: #282828;
}
.formlogo h6{
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;

  line-height: 20px;
  /* identical to box height */


  color: #282828;
}
.formlogo p{
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;

  line-height: 20px;
  /* identical to box height */


  color: #282828;
}

.formtxt{
  width: 700px;
  height: 522px;
  margin-top: 90px;
 

  background: #F9F3F5;
}
.contactform{
  width: 600px;
  background: #FFFAFA;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  height: 652px;
}
.contactform h3{
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  margin: 5% 5%;
  text-align: center;
  line-height: 38px;

  color: #282828;
}
.contactform input{
  width: 227px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 51px;
  border: 1px solid #FFFFFF;
  margin: 3% 4%;
}
.contactform button{
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 50px;
  margin:2% 5%;
  
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  border: 1px solid #FFFFFF;

  color: #C4C4C4;
  width: 120px;
}
.contactform button:hover{
  background-color: #FCE8E6;
  color: black;
}
.contactform input:hover{
  border: 1px solid #C4C4C4;

}

input[placeholder=" Email-Address"]{
  width: 350px;
  
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  color: #C4C4C4;
}
input[placeholder=" message"]::placeholder{
  position: relative;
  top:-50px;
  }
input[placeholder=" message"]{
  width: 350px;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  color: #C4C4C4;
  height: 140px;
}
input[type="text"]{
  
font-family: 'Lora';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;

color: #C4C4C4;
}
















@media (max-width: 768px){
  .checkbtn{
    display: block;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
  
.page1{
  display: inline-block;
  width: 100%;
  height: auto;
  justify-content: space-between;
  margin: 3% 2%;
  
}
.page1text h6{
  
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 60px;
  letter-spacing: 0.05em;
  color: #F7CA2D;

}
.page1text h3{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 46px;
  margin-top: 30px;
  letter-spacing: 0.05em;

  color: rgba(0, 0, 0, 0.9);
}
.page1text h1{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 46px;
  letter-spacing: 0.05em;

  color: rgba(0, 0, 0, 0.9);
}
.page1text h2{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 60px;
  /* identical to box height */

  letter-spacing: 0.1em;

  color: rgba(255, 0, 0, 0.78);
}
.page1text p{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  /* or 130% */

  text-align: justify;
  letter-spacing: 0.05em;
  text-transform: lowercase;

  color: #000000;

}
*{
  overflow-x: hidden;
}
.hireme{
  
  background: #FFCE47;
  border:1px solid #F7CA2D;
  border-radius: 10px;
  height: 35px;
  width: 80px;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 31px;
  /* identical to box height */

  letter-spacing: 0.05em;

  color: #000000;
  margin: 5% 0;
  box-shadow: 5px 5px 5px 5px rgb(228, 223, 223);
}
.page1profilepic img{
  width: 90%;
  height: auto;
}
.socialmedia{

 display: block;
 margin-top: auto;

}
.page2img img
 {
  width: 300px;
  height: auto;
 }


.aboutme{
 text-align: center;
   font-family: 'Poppins';
 font-style: normal;
 font-weight: 400;
 font-size: 22px;
 line-height: 60px;
 letter-spacing: 0.05em;

 color: rgba(255, 0, 0, 0.78);
 
 


}
.line{
margin-left: 30%;
width: 130px;
height: 40px;
}

.page22{
  margin-left:0;
}

.page2 p{
 font-family: 'Poppins';
 font-style: normal;
 font-weight: 400;
 font-size: 12px;
 line-height: 36px;
 letter-spacing: 0.05em;


 color: rgba(0, 0, 0, 0.9);
}
.page2{
 display: inline-block;
 width: 100%;
 height: auto;
 
 margin: 5% 2%;
}
.border{
 width: 98.5%;
 height: 1000px;



}


.row1 {
  margin-top: 5%;
  display: unset;
}
.educol1 {
  background: #FFCE47;
  margin-bottom: 5%;
  width: 90%;
  margin-left: 6%;
  box-shadow: 0px 4.87665px 3.90132px rgb(0 0 0 / 25%);
  transition: 0.5s;
  height: auto;
  padding: 10px 12px;
  box-sizing: border-box;
  border-radius: 48.7665px;
}
.row1 img {
  width: 50px;
  align-self: center;
}
.row1 h3 {
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 20.2599px;
  line-height: 120%;
  color: #FFFFFF;
}

.row1 p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 13.5066px;
  line-height: 180%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.tools1,.tools2{
  display: block;
 
  justify-content: space-around;
  margin: 3% 5%;
}
.row2 {
  display: unset;
  margin: 3% 0;
  justify-content: space-between;
}
.educol2 {
  background: radial-gradient(51.33% 49.78% at 49.47% 44.58%, #FDFDFD 0%, #FCE8E6 100%);
  box-shadow: 10px 10px inset #ffce47;
  border-radius: 42px;
  margin-bottom: 5%;
  width: 90%;
  margin-left: 3%;

  transition: 0.5s;
  height: 270px;
  padding: 10px 12px;
  box-sizing: border-box;
  border-radius: 48.7665px;
}
.form {
  margin: 3% 5%;
  display: unset;
  justify-content: space-between;
} 
 .formtxt {
  /* width: 700px; */
  height: auto;
  margin: 0;
  width: 100%;
 
  background: #F9F3F5;
} 

.formtxt h3 {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 38px;
  margin: 0;
  color: #282828;
}
.formtxt p {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  width: 100%;
  line-height: 20px;
  margin: 1% 0 5% 2%;
  color: #282828;
}
.formlogo {
  display: flex;
 justify-content: space-around;
  margin-top: 40px;
} 
 .contactform {
  width: 100%;
  background: #FFFAFA;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
  height: auto;
} 
.contactform input {
  width: 90%;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  border-radius: 10px;

  border: 1px solid #FFFFFF;
  margin: 3% 4%;
} 
.contactform button{
  height: 40px;
  width: 100px;
}
.page6 h5 {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 52px;
  text-align: center;
  color: rgba(255, 0, 0, 0.78);
}
.page22{
  position:absolute;
}
.border{
  height: o;
  width: 0;

}
.page4 h5 {
  font-size: 30px;
}
.page5 h5{
  font-size: 30px;
}
.educol2 h2{
  font-size: 30px;
}
.educol2 h4{
  font-size: 14px;
}
.educol2 p{
  font-size: 12px;
}

.educol2 div a{
  font-size: 11px;
}
.page21{
  width: 100%;
  height: 1450px;
}
.page2img img {
  width: 90%;
  height: auto;
}
.downloadresume{
  border: 1px solid #F7CA2D;
  height:40px ;
  width:150px;
  border-radius: 10px;
  background: transparent;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  color: #535353;
}

}
/* tablet version */





@media only screen and (min-width: 768px) and (max-width: 1020px){
  .checkbtn{
    display: block;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
  
.page1{
  text-align: center;
  display: inline-block;
  width: 100%;
  height: auto;
  justify-content: space-between;
  margin: 3% 5%;
  
}
.page1text h6{
  
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #F7CA2D;

}
.page1text h3{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 96px;
  margin-top: 30px;
  letter-spacing: 0.05em;

  color: rgba(0, 0, 0, 0.9);
}
.page1text h1{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 96px;
  letter-spacing: 0.05em;

  color: rgba(0, 0, 0, 0.9);
}
.page1text h2{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 60px;
  /* identical to box height */

  letter-spacing: 0.1em;

  color: rgba(255, 0, 0, 0.78);
}
.page1text p{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 26px;
  /* or 130% */

  text-align: center;
  letter-spacing: 0.05em;
  text-transform: lowercase;

  color: #000000;

}

.hireme{
  
  background: #FFCE47;
  border:1px solid #F7CA2D;
  border-radius: 10px;
  height: 40px;
  width: 90px;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 31px;
  /* identical to box height */

  letter-spacing: 0.05em;

  color: #000000;
  margin: 5% 0;
  box-shadow: 5px 5px 5px 5px rgb(228, 223, 223);
}
.page1profilepic img{
  width: 80%;
  height: auto;
}
.socialmedia{

 display: block;
 margin-top: auto;
 

}
.page2img img
 {
  width: 300px;
  height: auto;
 }


.aboutme{
 text-align: center;
font-family: 'Poppins';
 font-style: normal;
 font-weight: 400;
 font-size: 42px;
 line-height: 60px;
 letter-spacing: 0.05em;

 color: rgba(255, 0, 0, 0.78);
 
 


}
.line{
width: 45%;
height: 50px;
}

.page22{
  margin-left:0;
}

.page2 p{
 font-family: 'Poppins';
 font-style: normal;
 font-weight: 400;
 font-size: 22px;
 line-height: 36px;
 letter-spacing: 0.05em;


 color: rgba(0, 0, 0, 0.9);
}
.page2{
 display: inline-block;
 width: 100%;
 height: auto;
 
 margin: 5% 2%;
}
.border{
 width: 98.5%;
 height: 1000px;



}
.downloadresume{
  border: 1px solid #F7CA2D;
  height:40px ;
  width:190px;
  border-radius: 10px;
  background: transparent;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #535353;
}
.page2img img {
 
  height: auto;
}
.row1 {
  margin-top: 5%;
  display: unset;
}
.educol1 {
  background: #FFCE47;
  margin-bottom: 5%;
  width: 95%;
  margin-left: 2%;
  box-shadow: 0px 4.87665px 3.90132px rgb(0 0 0 / 25%);
  transition: 0.5s;
  height: auto;
  padding: 10px 12px;
  box-sizing: border-box;
  border-radius: 48.7665px;
}
.row1 img {
  width: 50px;
  align-self: center;
}
.row1 h3 {
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 20.2599px;
  line-height: 120%;
  color: #FFFFFF;
}

.row1 p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 13.5066px;
  line-height: 180%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.row2 {
  display: unset;
  margin: 3% 0;
  justify-content: space-between;
}
.educol2 {
  background: radial-gradient(51.33% 49.78% at 49.47% 44.58%, #FDFDFD 0%, #FCE8E6 100%);
  box-shadow: 10px 10px inset #ffce47;
  border-radius: 42px;
  margin-bottom: 5%;
  width: 90%;
  margin-left: 3%;

  transition: 0.5s;
  height: 270px;
  padding: 10px 12px;
  box-sizing: border-box;
  border-radius: 48.7665px;
}
.form {
  margin: 3% 5%;
  display: unset;
  justify-content: space-between;
} 
 .formtxt {
  /* width: 700px; */
  height: auto;
  margin: 0;
  width: 100%;
 
  background: #F9F3F5;
} 

.formtxt h3 {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 38px;
  margin: 0;
  color: #282828;
}
.formtxt p {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  width: 100%;
  line-height: 20px;
  margin: 1% 0 5% 2%;
  color: #282828;
}
.formlogo {
  display: flex;
 justify-content: space-around;
  margin-top: 40px;
} 
 .contactform {
  width: 100%;
  background: #FFFAFA;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
  height: auto;
} 
.contactform input {
  width: 95%;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  border-radius: 10px;
  height: 51px;
  border: 1px solid #FFFFFF;
  margin: 3% 4%;
} 
.page6 h5 {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 52px;
  text-align: center;
  color: rgba(255, 0, 0, 0.78);
}
.page22{
  position:absolute;
}
.border{
  height: o;
  width: 0;
}
}

